home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Online
/
QMail
/
source
/
stralloc_cat.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-15
|
161 b
|
10 lines
#include "byte.h"
#include "stralloc.h"
int stralloc_cat(sato,safrom)
stralloc *sato;
stralloc *safrom;
{
return stralloc_catb(sato,safrom->s,safrom->len);
}